home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / midi / mod2smp.lha / Mod2Smp / Mod2Smp.doc < prev    next >
Text File  |  1995-09-16  |  5KB  |  172 lines

  1.  
  2.  
  3.  
  4.                              Module to Sample
  5.  
  6.                           Release 0.73 and 0.73g
  7.  
  8.                            © 1995 Hali of Union
  9.  
  10.  
  11.    The  program  with  documentation  is freely distributable as long as no
  12. money is charged for it.  Mod2Smp is MODULEWARE, you can use it without any
  13. limits, but you have to send me all effects of your work, I mean modules of
  14. course.   If  you send me self addressed envelope, disk and stamps you will
  15. get  the  next  update  of  Mod2Smp  as  fast as possible.  The best way of
  16. getting this is downloading it from any Aminet site.
  17.  
  18.  
  19.                                  Contents
  20.                                 ----------
  21.  1. ........................................................   Introduction
  22.  2. ..............................................................    Usage
  23.  3. .................................................................   GUI    
  24.  4. ............................................................   Features
  25.  5. ..............................................................   Future
  26.  6. .............................................................   Message
  27.  7. .............................................................   History
  28.  
  29.  
  30.  1. Intoduction
  31.  ---------------
  32.  
  33.     Mod2smp  is  a  great tool which makes possible to convert part of your
  34. module  into  a  one  sample.   With  mod2smp it is easy to create your own
  35. SUPER-POWER-TECHNO-DRUM-SECTION-TRACK  without  wasting all amiga channels.
  36. This  is  only a preview so abilities are limited, but I hope you will find
  37. it useful.
  38.  
  39.  
  40.  2. Usage
  41.  ---------
  42.  
  43.     Mod2Smp should be used from CLI.
  44.  
  45.     Mod2Smp <modulename> <samplename> <pattern>
  46.             <start> <stop> <volume> <pitch note> [options]
  47.  
  48.     modulename - module name with (or) path. If the name has spaces you
  49.                  should enclose it in double quotes
  50.     samplename - the same to sample
  51.     pattern    - pattern number ( not position in module :-)
  52.     start      - start position in pattern
  53.     stop       - end position in pattern
  54.     volume     - volume in percent (0..100)
  55.     pitch note - target note in ProTracker style (eg C-3)
  56.  
  57.     options:
  58.  
  59.       -f??   VBlank speed
  60.       -c???  CIA speed
  61.       -n     NTSC
  62.       -v     VBlank only
  63.       -r?    Resampling method (0,1)
  64.  
  65.     ?? - decimal values
  66.  
  67.     Few words about option 'r'. If output sample sounds like after
  68.     flitration, try 'r1', it should help.
  69.  
  70.  
  71.  3. GUI
  72.  -------
  73.  
  74.    Options at bottom of the window:
  75.  
  76.   QUIT - yes, you 're right!
  77.   LOAD - load ProTracker module from disk
  78.   SAVE - save RAW sample to disk
  79.   MIX  - create sample using actual parameters
  80.   PLAY - play mixed sample
  81.  
  82.     Other options:
  83.  
  84.   PAL/NTSC - influences on playback speed computing
  85.   CIA/VBLANK - type of player interrupt server
  86.   RES1/RES2 - resampling method
  87.  
  88.     Mixing parameters:
  89.  
  90.   Pattern - pattern number
  91.   Start pos. - first position in pattern
  92.   End pos. - last position in pattern
  93.   CIA Speed - playback speed in CIA mode
  94.   VBL Speed - playback speed
  95.   Pitch - pitch of target sample
  96.   Volume - volume of target sample (percent)
  97.  
  98.  
  99.  4. Features
  100.  ------------
  101.  
  102.   Slow         - mod2smp is not fast, because I want to give you some time
  103.                  to relax yourself
  104.   FineTunning  - there's no
  105.   Commands     - only A00, C00 and F00, other in the future
  106.  
  107.  5. Future
  108.  ----------
  109.  
  110.     in future mod2smp will:
  111.  
  112.     - support all protracker commands
  113.     - finetunning
  114.     - and many, many more
  115.  
  116.  
  117.  6. Message
  118.  -----------
  119.  
  120.     If  you  found  some  bugs  please let me know it.  Remember to send me
  121. module, sample and version of your Mod2Smp.  Here's my address:
  122.                                       ,  ,
  123.                               Karol Gozlinski
  124.                             Stanislawowska 1/24
  125.                              05-300 Minsk Maz.
  126.                                   POLAND
  127.  
  128. or you can send e-mail at address: muszynsk@ipeneuro.ipe.pw.edu.pl
  129.  
  130.  
  131.  7. Mod2Smp a Brief History
  132.  ---------------------------
  133.  
  134. V0.001   - hmm...  great idea (thanks to Bzyk).
  135. V0.1     - and even works!
  136. V0.2     - first interactive version.
  137. V0.3     - Great ReqTools library added.
  138. V0.4     - Great ReqTools library removed.
  139. V0.5     - YES!!!!!  First fully working CLI version.
  140. V0.6     - Option system added now you are able to set VBLANK speed,
  141.            CIA speed and NTSC.
  142. V0.61    - Fatal error removed. Now, if sample is longer than 64Kb
  143.            it's just equal to 64Kb. Command recognition bug also fixed.
  144. V0.62    - I made few changes in sources to make it more clear.
  145. V0.63    - Resampling included, now mod2smp recognizes notes.
  146.            New option added to interface, now you are able to select
  147.            pitch note.
  148. V0.63g   - Amazing GUI by Thom/Union, this is the first released version!
  149. V0.64    - Another bug in command recognition fixed.
  150. V0.7     - Sample loops, you can use it now.
  151. V0.7g    - Thom strikes again!
  152. V0.71    - VBlank only and debug option added to CLI version
  153. V0.72    - Bug removed in A00 command.
  154. V0.73    - Resampling imporoved.
  155.  
  156. -=*=-+-=#=-+-=*=-+-=#=-+-=*=-+-=#=-+-=*=-+-=#=-+-=*=-+-=#=-+-=*=-+-=#=-+
  157.  
  158.  signed by:
  159.  
  160.  
  161.  
  162.                                             O,O o°o O   O
  163.                                             O~O O°O Ooo O 
  164.                                                    _
  165.                                                 ()(-
  166.  
  167.                                           ¶ ¶ ¶\¶ ¶ /\ ¶\¶
  168.                                           |_| | | | \/ | |
  169.  
  170.  
  171. EOF
  172.